mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
CompilerType constructors rely on the NDEBUG macro, so it's better to move them to their cpp file so that the header doesn't get confused when this macro is used differently for other compilation units.