Driver: avoid unnecessary string based operations
Use an enumeration and change the use of the FloatABI from a string to the enumeration. This avoids the use of string values to represent an enumeration. NFC. llvm-svn: 247967
Loading
Please sign in to comment