You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd integration_tests
$ lc array_09.cpp Error while trying to load a compilation database:Could not auto-detect compilation database for file "array_09.cpp"No compilation database found in /Users/ondrej/repos/lcompilers/lc/integration_tests or any parent directoryfixed-compilation-database: Error while opening fixed database: No such file or directoryjson-compilation-database: Error while opening JSON database: No such file or directoryRunning without flags.ld: warning: directory not found for option '-Lsrc/bin/../runtime'ld: library not found for -llc_runtimeclang: error: linker command failed with exit code 1 (use -v to see invocation)The command 'gcc -o array_09.out array_09.out__generated__.o -L"src/bin/../runtime" -Wl,-rpath,"src/bin/../runtime" -llc_runtime -lm' failed.
The text was updated successfully, but these errors were encountered:
This works:
This does not:
The text was updated successfully, but these errors were encountered: