aboutsummaryrefslogtreecommitdiffstats
path: root/bfd/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-10-26 13:57:41 +0000
committerbloodstalker <thabogre@gmail.com>2017-10-26 13:57:41 +0000
commitd74c51155427861c4fcc84f823bf436b6c27638f (patch)
treee1e74d07fa09e3fa7507800ba55636fb023fef12 /bfd/compile_commands.json
parentfixes #18 (diff)
downloadmutator-d74c51155427861c4fcc84f823bf436b6c27638f.tar.gz
mutator-d74c51155427861c4fcc84f823bf436b6c27638f.zip
playing around with libbfd
Diffstat (limited to '')
-rw-r--r--bfd/compile_commands.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/compile_commands.json b/bfd/compile_commands.json
new file mode 100644
index 0000000..7f933eb
--- /dev/null
+++ b/bfd/compile_commands.json
@@ -0,0 +1,7 @@
+[
+ {
+ "command": "cc -c -o main.o main.c",
+ "directory": "/home/bloodstalker/devi/hell2/bfd",
+ "file": "/home/bloodstalker/devi/hell2/bfd/main.c"
+ }
+] \ No newline at end of file