Skip to content

Commit 5965d7f

Browse files
Ben Carrfacebook-github-bot
authored andcommitted
Remove specialty handling of atomic lib in github shims
Summary: X-link: facebook/buck2-shims-meta#15 These lines were added a year ago in D62590238 but are now the apparent cause of an error in the buck2 OSS build. We could try to work around this on the buck side, but the specialty handling of this one particular library is nonstandard anyway. Reviewed By: bigfootjon Differential Revision: D81166319 fbshipit-source-id: fad24f6a3a9337f055bb9f7a6296e651dd8f9dde
1 parent e8d489c commit 5965d7f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

shim/BUCK

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ oncall("open_source")
2020
system_cxx_toolchain(
2121
name = "cxx",
2222
cxx_flags = ["-std=c++20"],
23-
link_flags = select({
24-
"DEFAULT": [],
25-
"prelude//os:linux": [
26-
"-latomic",
27-
],
28-
}),
2923
visibility = ["PUBLIC"],
3024
)
3125

0 commit comments

Comments
 (0)