Skip to content

Commit

Permalink
let Nim pick C++ compiler correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Jul 2, 2022
1 parent 677cd70 commit 4355022
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Nim
Submodule Nim updated 1 files
+16 −10 compiler/extccomp.nim
6 changes: 1 addition & 5 deletions nlvm/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@ path:"$lib/packages/docutils"

define:nimOldCaseObjects

# for wrapper module, we need C++
gcc.linkerexe:"g++"
gcc.options.always:"-std=c++14"

passL:"-lpthread"

define:nimcore

@if staticLLVM:
cc=clang
clang.linkerexe="clang++"
@end

18 changes: 9 additions & 9 deletions skipped-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,13 @@ tests/gc/weakrefs c --gc:orc
tests/gc/weakrefs c --gc:orc -d:release
tests/generics/tarc_misc.nim c
tests/generics/tforwardgeneric.nim c
tests/ic/tcompiletime_counter_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tconverter_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tgenerics_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/thallo_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/timports_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tmethods_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tstdlib_import_changed_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tcompiletime_counter_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tconverter_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tgenerics_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/thallo_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/timports_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tmethods_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/ic/tstdlib_import_changed_temp.nim c --incremental:on -d:nimIcIntegrityChecks
tests/import_in_config/tmain.nim c
tests/iter/tshallowcopy_closures.nim c
tests/iter/tyieldintry.nim c
Expand Down Expand Up @@ -271,8 +271,8 @@ tests/misc/trunner.nim c
tests/misc/tsizeof.nim c
tests/misc/tstrace.nim c
tests/misc/ttlsemulation.nim c -d:nimTtlsemulationCase1 --threads --tlsEmulation:on
tests/navigator/tincludefile_temp.nim c --ic:on -d:nimIcNavigatorTests --hint:Conf:off --warnings:off
tests/navigator/tnav1_temp.nim c --ic:on -d:nimIcNavigatorTests --hint:Conf:off --warnings:off
tests/navigator/tincludefile_temp.nim c --ic:on -d:nimIcNavigatorTests --hint:Conf:off --warnings:off
tests/navigator/tnav1_temp.nim c --ic:on -d:nimIcNavigatorTests --hint:Conf:off --warnings:off
tests/nimdoc/t15916.nim c
tests/nimdoc/t17615.nim c
tests/nimdoc/trunnableexamples2.nim c
Expand Down

0 comments on commit 4355022

Please sign in to comment.