citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 4b465904e376b945d8d5924a419f0684258092b8
parent c5fa1af46fb18c83f9d5b280c81749f5cd4248f1
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 18 Mar 2016 22:00:59 -0600

patches: regen osx

Diffstat:
Mpatches/osx.diff | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/patches/osx.diff b/patches/osx.diff @@ -12,7 +12,7 @@ index 6ff2664..5ab7fac 100644 } diff --git a/instrument/Makefile b/instrument/Makefile -index b7cffc4..9d94419 100644 +index 965c8a9..ff068b7 100644 --- a/instrument/Makefile +++ b/instrument/Makefile @@ -6,7 +6,8 @@ CXXFLAGS += `llvm-config --cxxflags` @@ -38,13 +38,13 @@ index b7cffc4..9d94419 100644 - -Wl,--end-group \ + -lclangTooling - LDADD += `llvm-config --libs bitreader mcparser transformutils option` - LDADD += `llvm-config --system-libs` + LDADD += `llvm-config --libs bitreader mcparser transformutils option --system-libs` + diff --git a/instrument/instrumenter.cxx b/instrument/instrumenter.cxx -index b1da776..e585a0b 100644 +index 8b62ac1..5b89fa2 100644 --- a/instrument/instrumenter.cxx +++ b/instrument/instrumenter.cxx -@@ -115,14 +115,14 @@ instrumenter::real_loc_end(Stmt *d) +@@ -106,14 +106,14 @@ instrumenter::real_loc_end(Stmt *d) // MyFrontendAction ---