Skip to content

Commit

Permalink
Attemp to fix windows profile-rt build breakage.
Browse files Browse the repository at this point in the history
Followup to D57530.

llvm-svn: 355357
  • Loading branch information
manman-ren committed Mar 5, 2019
1 parent 8800d30 commit 31b31e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/lib/profile/InstrProfilingPlatformWindows.c
Expand Up @@ -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
Expand Down

0 comments on commit 31b31e5

Please sign in to comment.