The path to the resource directory will end up being used in several
more places once the support for running check-hwasan lands. This
moves the definition to a central location so that it can be used
from those places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/utils/gn/secondary/llvm/resource_dir.gni | ||
---|---|---|
3 ↗ | (On Diff #181709) | Shouldn't this be clang_resource_dir? clang/CMakeLists.txt defines this as CLANG_RESOURCE_DIR and so does clang/include/clang/Config/config.h, clang/lib/Driver/Driver.cpp and clang/lib/Frontend/CompilerInvocation.cpp. |
Comment Actions
- Rename to clang_resource_dir
llvm/utils/gn/secondary/llvm/resource_dir.gni | ||
---|---|---|
3 ↗ | (On Diff #181709) | Works for me, done. |