You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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] llvm/llvm-project#56609
Signed-off-by: Khem Raj <[email protected]>
0 commit comments