summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-02-07 23:57:21 +0000
committerReid Kleckner <rnk@google.com>2019-02-07 23:57:21 +0000
commitc795e62ecec32c351424e6959c95caf3e37e507a (patch)
tree81f060b81e1ff43eaa6e5cb0bda2695a232547a6 /compiler-rt
parent2428224ffec389fe9f817409fb53d0358f48ad55 (diff)
downloadbcm5719-llvm-c795e62ecec32c351424e6959c95caf3e37e507a.tar.gz
bcm5719-llvm-c795e62ecec32c351424e6959c95caf3e37e507a.zip
Commit macro intended to be included in r353483.
llvm-svn: 353484
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/interception/tests/interception_win_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/interception/tests/interception_win_test.cc b/compiler-rt/lib/interception/tests/interception_win_test.cc
index ff34333a173..c3affc45bb7 100644
--- a/compiler-rt/lib/interception/tests/interception_win_test.cc
+++ b/compiler-rt/lib/interception/tests/interception_win_test.cc
@@ -589,7 +589,7 @@ TEST(Interception, PatchableFunctionWithHotPatch) {
EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override, prefix));
EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override, prefix));
EXPECT_FALSE(TestFunctionPatching(kPatchableCode4, override, prefix));
-#ifdef _WIN64
+#if SANITIZER_WINDOWS64
EXPECT_TRUE(TestFunctionPatching(kPatchableCode6, override, prefix));
EXPECT_TRUE(TestFunctionPatching(kPatchableCode7, override, prefix));
EXPECT_TRUE(TestFunctionPatching(kPatchableCode8, override, prefix));
OpenPOWER on IntegriCloud