You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
void f1();
|
|
__attribute__((always_inline)) void f2() {
|
|
f1();
|
|
}
|
|
void f3() {
|
|
f2();
|
|
}
|
|
|
|
// $ clang++ split-dwarf-addr-object-relocation.cpp -gsplit-dwarf -c Xclang \
|
|
// -fdebug-compilation-dir -Xclang .
|