[compiler-rt] r355357 - Attemp to fix windows profile-rt build breakage.
Manman Ren via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 16:52:00 PST 2019
Author: mren
Date: Mon Mar 4 16:52:00 2019
New Revision: 355357
URL: http://llvm.org/viewvc/llvm-project?rev=355357&view=rev
Log:
Attemp to fix windows profile-rt build breakage.
Followup to D57530.
Modified:
compiler-rt/trunk/lib/profile/InstrProfilingPlatformWindows.c
Modified: compiler-rt/trunk/lib/profile/InstrProfilingPlatformWindows.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingPlatformWindows.c?rev=355357&r1=355356&r2=355357&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingPlatformWindows.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingPlatformWindows.c Mon Mar 4 16:52:00 2019
@@ -29,6 +29,7 @@
#pragma section(".lprfd$Z", read, write)
#pragma section(".lprfc$A", read, write)
#pragma section(".lprfc$Z", read, write)
+#pragma section(".lorderfile$A", read, write)
#pragma section(".lprfnd$A", read, write)
#pragma section(".lprfnd$Z", read, write)
#endif
More information about the llvm-commits
mailing list