brad added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/UEFI.h:46
+ bool HasNativeLLVMSupport() const override { return true; }
+ bool IsIntegratedAssemblerDefault() const override { return true; }
+ bool IsUnwindTablesDefault(const llvm::opt::ArgList &Args) const {
----------------
You can remove the IsIntegratedAssemblerDefault line.
================
Comment at: clang/lib/Driver/ToolChains/UEFI.h:49
+ return true;
+ }
+ bool isPICDefault() const override { return true; }
----------------
This changed to UnwindTableLevel.
https://github.com/llvm/llvm-project/commit/4388b56d525c08ce3cf941cfbad2428b0e1695b0
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152206/new/
https://reviews.llvm.org/D152206
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits