llvm-project/llvm/test/tools/gold
Fangrui Song 76093b1739 [InlineAdvisor] Add single quotes around caller/callee names
Clang diagnostics refer to identifier names in quotes.
This patch makes inline remarks conform to the convention.
New behavior:

```
% clang -O2 -Rpass=inline -Rpass-missed=inline -S a.c
a.c:4:25: remark: 'foo' inlined into 'bar' with (cost=-30, threshold=337) at callsite bar:0:25; [-Rpass=inline]
int bar(int a) { return foo(a); }
                        ^
```

Reviewed By: hoy

Differential Revision: https://reviews.llvm.org/D107791
2021-08-10 11:51:31 -07:00
..
PowerPC
X86 [InlineAdvisor] Add single quotes around caller/callee names 2021-08-10 11:51:31 -07:00
invalid-dir.ll
lit.local.cfg Fix check-all with -DLLVM_USE_SANITIZER=Address 2020-07-10 01:47:51 -07:00