[PATCH] D14184: [clang] Add initial support for -meabi flag

Vinicius Tinti via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 4 18:27:20 PST 2015


tinti marked 2 inline comments as done.

================
Comment at: lib/Frontend/CompilerInvocation.cpp:459
@@ +458,3 @@
+    StringRef Value = A->getValue();
+    bool Valid = llvm::StringSwitch<bool>(Value)
+                     .Case("default", true)
----------------
This part of the code does not include TargetOptions.h (so EABI is an undefined type). Can I add it here?


Repository:
  rL LLVM

http://reviews.llvm.org/D14184





More information about the cfe-commits mailing list