citrun

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

commit 95cb7ccf8685d95450cae5414832d32ce5313de4
parent 4ca8aecaaa0b60ef5db65d672ce072680d4041e8
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Mon, 21 Mar 2016 20:03:43 -0600

instrument: rename file extensions

Diffstat:
Minstrument/Makefile | 2+-
Rinstrument/instrumenter.cxx -> instrument/instrumenter.cc | 0
Rinstrument/main.cxx -> instrument/main.cc | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/instrument/Makefile b/instrument/Makefile @@ -1,5 +1,5 @@ PROG = scv_instrument -SRCS = main.cxx instrumenter.cxx +SRCS = main.cc instrumenter.cc CXXFLAGS += -std=c++11 CXXFLAGS += `llvm-config --cxxflags` diff --git a/instrument/instrumenter.cxx b/instrument/instrumenter.cc diff --git a/instrument/main.cxx b/instrument/main.cc