-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check-in compile_commands.json for language server
- Loading branch information
1 parent
33e3232
commit 1a19037
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[ | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.main.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"main\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_main.o /home/simnalamburt/workspace/flashbench/main.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/main.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.util.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"util\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_util.o /home/simnalamburt/workspace/flashbench/util.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/util.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.ssd_info.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"ssd_info\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_ssd_info.o /home/simnalamburt/workspace/flashbench/ssd_info.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/ssd_info.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.ftl_algorithm_page_mapping.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"ftl_algorithm_page_mapping\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_ftl_algorithm_page_mapping.o /home/simnalamburt/workspace/flashbench/ftl_algorithm_page_mapping.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/ftl_algorithm_page_mapping.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.page_mapping_function.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"page_mapping_function\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_page_mapping_function.o /home/simnalamburt/workspace/flashbench/page_mapping_function.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/page_mapping_function.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.gc_page_mapping.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"gc_page_mapping\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_gc_page_mapping.o /home/simnalamburt/workspace/flashbench/gc_page_mapping.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/gc_page_mapping.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.write_buffer.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"write_buffer\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_write_buffer.o /home/simnalamburt/workspace/flashbench/write_buffer.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/write_buffer.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.bus_controller.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DMODULE -DKBUILD_BASENAME=\\\"bus_controller\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -o /home/simnalamburt/workspace/flashbench/.tmp_bus_controller.o /home/simnalamburt/workspace/flashbench/bus_controller.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/bus_controller.c" | ||
}, | ||
{ | ||
"command": "cc -c -Wp,-MD,/home/simnalamburt/workspace/flashbench/.flashbench.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/6/include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include -isystem./arch/x86/include/generated/uapi -isystem./arch/x86/include/generated -isystem/usr/src/linux-headers-4.9.0-12-common/include -isystem./include -isystem/usr/src/linux-headers-4.9.0-12-common/arch/x86/include/uapi -isystem/usr/src/linux-headers-4.9.0-12-common/include/uapi -isystem./include/generated/uapi -include /usr/src/linux-headers-4.9.0-12-common/include/linux/kconfig.h -isystem /usr/src/linux-headers-4.9.0-12-common//home/simnalamburt/workspace/flashbench -I/home/simnalamburt/workspace/flashbench -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -fno-PIE -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -mno-80387 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -DCONFIG_X86_X32_ABI -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_CRC32=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -DRETPOLINE -fno-delete-null-pointer-checks -Wno-address -O2 -DCC_HAVE_ASM_GOTO -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-const-variable -Wno-unused-const-variable -g -pg -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-merge-all-constants -fno-stack-check -Werror=implicit-int -Werror=strict-prototypes -Werror=date-time -Werror=incompatible-pointer-types -std=gnu11 -Wextra -Wpedantic -DKBUILD_BASENAME=\\\"flashbench.mod\\\" -DKBUILD_MODNAME=\\\"flashbench\\\" -DMODULE -o /home/simnalamburt/workspace/flashbench/flashbench.mod.o /home/simnalamburt/workspace/flashbench/flashbench.mod.c", | ||
"directory": "/usr/src/linux-headers-4.9.0-12-amd64", | ||
"file": "/home/simnalamburt/workspace/flashbench/flashbench.mod.c" | ||
} | ||
] |