Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 810ae8d

Browse files
committed
tsan: fix Go ppc64le build
This #define is in the non-Go ppc64le build but not in the Go build. Reviewed-in: https://reviews.llvm.org/D68046 Author: randall77 (Keith Randall) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@374868 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2f65e50 commit 810ae8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/tsan/rtl/tsan_platform.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ struct Mapping47 {
457457
static const uptr kAppMemEnd = 0x00e000000000ull;
458458
};
459459

460+
#define TSAN_RUNTIME_VMA 1
461+
460462
#elif SANITIZER_GO && defined(__aarch64__)
461463

462464
/* Go on linux/aarch64 (48-bit VMA)

0 commit comments

Comments
 (0)