[all-commits] [llvm/llvm-project] c68183: [gn build] Use `=` for of -fdebug-compilation-dir
Nico Weber via All-commits
all-commits at lists.llvm.org
Fri Nov 5 10:02:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c68183b81e5257186c9403cf91f8b958af7459bc
https://github.com/llvm/llvm-project/commit/c68183b81e5257186c9403cf91f8b958af7459bc
Author: Nico Weber <thakis at chromium.org>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M llvm/utils/gn/build/BUILD.gn
Log Message:
-----------
[gn build] Use `=` for of -fdebug-compilation-dir
-f flags usually use the `=` form. -fdebug-compilation-dir= has been
around for a few months now (since 0c2bb6b446c584ab, both LLVM 12.0
and 13.0 have it), so using it shouldn't be a big problem -- especially
since use_relative_paths_in_debug_info is opt-in anyways.
More information about the All-commits
mailing list