[PATCH] D97743: Define __GCC_HAVE_DWARF2_CFI_ASM if applicable

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 10 00:31:04 PST 2021


MaskRay added a comment.

There are some side effects: because -D is passed as command line options, it has `<command line>` in its filename, so `isWrittenInBuiltinFile` will not match it (`isWrittenInBuiltinFile` can match other built-in macros)...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97743/new/

https://reviews.llvm.org/D97743



More information about the cfe-commits mailing list