[compiler-rt] e651c19 - [ubsan][test] Fix a typo: target= instead of TARGET=

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 16:14:48 PDT 2023


Author: Fangrui Song
Date: 2023-08-18T16:14:44-07:00
New Revision: e651c19cb97374d5a0e7f8361d192fb3ec9df56d

URL: https://github.com/llvm/llvm-project/commit/e651c19cb97374d5a0e7f8361d192fb3ec9df56d
DIFF: https://github.com/llvm/llvm-project/commit/e651c19cb97374d5a0e7f8361d192fb3ec9df56d.diff

LOG: [ubsan][test] Fix a typo: target= instead of TARGET=

Added: 
    

Modified: 
    compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp
index e8567cd87df2bb..c803f5bcb8438a 100644
--- a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp
+++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-ptrauth-unauthenticated.cpp
@@ -5,7 +5,7 @@
 // RUN: not %run %t 2>&1 | FileCheck %s
 
 // TODO(yln): introduce 'ptrauth' lit feature
-// REQUIRES: stable-runtime, cxxabi, TARGET={{arm64e.*}}
+// REQUIRES: stable-runtime, cxxabi, target={{arm64e.*}}
 
 #include <typeinfo>
 #include <ptrauth.h>


        


More information about the llvm-commits mailing list