diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-11-12 16:41:41 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-11-12 16:41:41 +0000 |
commit | 9b5cb2f639cc6e119a8433e2db6858e4ccab24b4 (patch) | |
tree | 5ca0f0db6479a7035932c908442c432add45b234 /lib/clang/libllvm/Makefile | |
parent | 8c1538224adf39b7486c5f4d0c0f18317f60f157 (diff) | |
parent | 389474c122a3863189f5cebefd0620723ae143dc (diff) |
Notes
Diffstat (limited to 'lib/clang/libllvm/Makefile')
-rw-r--r-- | lib/clang/libllvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile index 66540a28ca85a..6c81a315cfb0f 100644 --- a/lib/clang/libllvm/Makefile +++ b/lib/clang/libllvm/Makefile @@ -710,7 +710,7 @@ SRCS_MIN+= ProfileData/InstrProfWriter.cpp SRCS_MIN+= ProfileData/ProfileSummaryBuilder.cpp SRCS_MIN+= ProfileData/SampleProf.cpp SRCS_MIN+= ProfileData/SampleProfReader.cpp -SRCS_EXT+= ProfileData/SampleProfWriter.cpp +SRCS_MIN+= ProfileData/SampleProfWriter.cpp SRCS_MIN+= Support/APFloat.cpp SRCS_MIN+= Support/APInt.cpp SRCS_MIN+= Support/APSInt.cpp |