aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-24 12:43:03 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-24 12:43:03 -0700
commitcc043496045c5588cc969b5a75af60b084ecc69a (patch)
tree358c9e1c83122aa1e5f277f9b6d42f0469b145ae /compile_commands.json
parentaf0c1d5ac3960776a4a485ca587744464630e634 (diff)
feat: added prototype of type info
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json26
1 files changed, 3 insertions, 23 deletions
diff --git a/compile_commands.json b/compile_commands.json
index fe1bfb2..3e7cc3c 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -13,30 +13,10 @@
"-I",
"include",
"-o",
- "build/cmd/cc/lex.o",
- "sys/cmd/cc/lex.c"
+ "build/cmd/cc/ast.o",
+ "sys/cmd/cc/ast.c"
],
"directory": "/home/nolln/root",
- "file": "sys/cmd/cc/lex.c"
- },
- {
- "arguments": [
- "gcc",
- "-c",
- "-g",
- "-march=native",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-isystem",
- "include/vendor/libc",
- "-I",
- "include",
- "-o",
- "build/cmd/cc/pp.o",
- "sys/cmd/cc/pp.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/cmd/cc/pp.c"
+ "file": "sys/cmd/cc/ast.c"
}
] \ No newline at end of file