summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2019-03-05 00:52:00 +0000
committerManman Ren <manman.ren@gmail.com>2019-03-05 00:52:00 +0000
commit31b31e5111556f3611d7959bdafcfabdba4e40c3 (patch)
tree72da3257c97f79309478e572f6ebe25f7c5f9b7e /compiler-rt/lib/profile
parent8800d303607be5bcf9fe0a22f99408bbc74c90fb (diff)
downloadbcm5719-llvm-31b31e5111556f3611d7959bdafcfabdba4e40c3.tar.gz
bcm5719-llvm-31b31e5111556f3611d7959bdafcfabdba4e40c3.zip
Attemp to fix windows profile-rt build breakage.
Followup to D57530. llvm-svn: 355357
Diffstat (limited to 'compiler-rt/lib/profile')
-rw-r--r--compiler-rt/lib/profile/InstrProfilingPlatformWindows.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c b/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
index ed0b1de5f62..81b708bb2a3 100644
--- a/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
+++ b/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
@@ -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
OpenPOWER on IntegriCloud