diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-11 12:55:03 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-12 12:14:44 -0700 |
commit | 224863150c9320b32f344792928af7fbda56d65d (patch) | |
tree | 981cbad5fd27c0c3d471d811f741094857657b8a /dynamic-layers/openembedded-layer | |
parent | d33a4f26f32e50fc8a54b280592d8fd2bff6811d (diff) | |
download | meta-clang-224863150c9320b32f344792928af7fbda56d65d.tar.gz |
toolchain-clang: Specify -ffile-compilation-dir to omit absolute file paths in debug info
Clang does not remap the src filename in asm files debug info when using
-fdebug-prefix-map but gcc does [1], however, there is an option to help
reproducibility with clang namely ffile-compilation-dir to remove the
source directory from path. use it globally with clang compiler
[1] https://github.com/llvm/llvm-project/issues/56609
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
0 files changed, 0 insertions, 0 deletions