[compiler-rt] 36c1183 - [test] Remove an outdated FIXME
Yuki Okushi via llvm-commits
llvm-commits at lists.llvm.org
Tue May 31 16:18:29 PDT 2022
Author: Yuki Okushi
Date: 2022-06-01T08:17:46+09:00
New Revision: 36c1183c787f360e09e9c14128efdd8d12759a4d
URL: https://github.com/llvm/llvm-project/commit/36c1183c787f360e09e9c14128efdd8d12759a4d
DIFF: https://github.com/llvm/llvm-project/commit/36c1183c787f360e09e9c14128efdd8d12759a4d.diff
LOG: [test] Remove an outdated FIXME
rG6a9c719ee1be4562a9e16f2c71ac3e51ef9c4292 removed the backticks and this FIXME comment is no longer necessary.
Differential Revision: https://reviews.llvm.org/D126528
Added:
Modified:
compiler-rt/test/asan/TestCases/suppressions-library.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/suppressions-library.cpp b/compiler-rt/test/asan/TestCases/suppressions-library.cpp
index 39ede0840105d..d11802a20ad3f 100644
--- a/compiler-rt/test/asan/TestCases/suppressions-library.cpp
+++ b/compiler-rt/test/asan/TestCases/suppressions-library.cpp
@@ -4,7 +4,6 @@
// Check that without suppressions, we catch the issue.
// RUN: not %run %t 2>&1 | FileCheck --check-prefix=CHECK-CRASH %s
-// FIXME: Remove usage of backticks around basename below.
// REQUIRES: shell
// RUN: echo "interceptor_via_lib:"%xdynamiclib_filename > %t.supp
More information about the llvm-commits
mailing list