"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "683796481941153b710444a822dc7c2eaefe7a8f"
Fixing a test case which was failing the MSVC build bots. When -std isn't...
Fixing a test case which was failing the MSVC build bots. When -std isn't specified with an MSVC build, it defaults to -std=c++11, which overrides the -x cuda option. In turn, this causes all CUDA language option checks to fail. This fix is possibly temporary while we determine whether -x cuda should be considered along with -std=c++11 when setting language options. llvm-svn: 209808
Loading
Please register or sign in to comment