CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/06 01:13:54
Modified files:
gnu/usr.bin/clang: Makefile.inc
gnu/usr.bin/clang/include/llvm/Config: Makefile llvm-config.h.in
Log message:
Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake
build so external users of Support/TargetSelect.h will work correctly.
Previously these were defined via -D in CPPFLAGS.
Fixes llvmpipe erroring out due to no targets being registered.
ok patrick@
