Skip to content

Commit 18e537a

Browse files
committed
fixup! add a comment clarifying arch support in ill.cpp
1 parent b6b7d31 commit 18e537a

File tree

1 file changed

+1
-1
lines changed
  • compiler-rt/test/asan/TestCases

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/ill.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#endif
1010

1111
// note: test is limited to i386 only ("asan-32-bits") when using "real" MSVC
12-
// see the REQUIRES: clause above
12+
// see the requires clause above
1313
#if defined(_MSC_VER) && !defined(__clang__)
1414
# define __builtin_trap() __asm ud2;
1515
#endif

0 commit comments

Comments
 (0)