[llvm] [DiagnosticInfo] Output full file path instead of relative path (PR #68027)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 08:51:09 PDT 2023


================
@@ -3,8 +3,9 @@
 
 @B = common global [1024 x i32] zeroinitializer, align 16
 
-; CHECK: remark: diagnostics_analysis.c:6:3: [test]: Loop is not a candidate for fusion: Loop contains a volatile access
-; CHECK: remark: diagnostics_analysis.c:10:3: [test]: Loop is not a candidate for fusion: Loop has unknown trip count
+; BISHENG: BiSheng compiler prints absolute path names for remarks
----------------
CongzheUalberta wrote:

thanks, I've removed those.

https://github.com/llvm/llvm-project/pull/68027


More information about the llvm-commits mailing list