summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/debug-prefix-map.cpp
AgeCommit message (Collapse)Author
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
Also replace aarch64-none-linux-gnu (none can indicate an OS as well) with aarch64
2023-05-02Call printName to get name of DeclDan McGregor
Rather than sending a name directly to the stream, use printName to preserve any PrintingPolicy. This ensures that names are properly affected by path remapping. Fixes: https://github.com/llvm/llvm-project/issues/62192 Differential Revision: https://reviews.llvm.org/D149272