fn debuginfo_map_cflags(
builder: &Builder<'_>,
target: TargetSelection,
) -> Vec<String>Expand description
C/C++ debug info remap flags for LLVM build.
The remap is observable when LLVM is compiled with debug info,
for example, with llvm.release-debuginfo = true.