Commit f0047766 authored by Andre Pinto's avatar Andre Pinto Committed by Facebook Github Bot

Build Hazptr.cpp

Summary:
`libfollylogging_example` is failing to link because it cannot find the
definition of `folly::default_domain`.
This diff adds Hazptr.cpp to the build script, which actually defines
`folly::default_domain`.

Reviewed By: yfeldblum

Differential Revision: D8217299

fbshipit-source-id: 5fb36ef2f160cf45e93c2fc4098d58d384390e5d
parent 49f1f482
...@@ -660,6 +660,7 @@ libfolly_la_SOURCES = \ ...@@ -660,6 +660,7 @@ libfolly_la_SOURCES = \
stats/TDigest.cpp \ stats/TDigest.cpp \
stats/TimeseriesHistogram.cpp \ stats/TimeseriesHistogram.cpp \
synchronization/AsymmetricMemoryBarrier.cpp \ synchronization/AsymmetricMemoryBarrier.cpp \
synchronization/Hazptr.cpp \
synchronization/LifoSem.cpp \ synchronization/LifoSem.cpp \
synchronization/ParkingLot.cpp \ synchronization/ParkingLot.cpp \
synchronization/WaitOptions.cpp \ synchronization/WaitOptions.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment