[all-commits] [llvm/llvm-project] a6bb7c: [CUDA] Fix test failing when using the new driver

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Sep 6 18:16:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6bb7c22fc288686010076ac253a12b4b1cd2ee5
      https://github.com/llvm/llvm-project/commit/a6bb7c22fc288686010076ac253a12b4b1cd2ee5
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M clang/test/Driver/cuda-bindings.cu

  Log Message:
  -----------
  [CUDA] Fix test failing when using the new driver

Summary:
Previously the new driver crashed when using `-fsyntax-only` which
required a work-around in one of the test files. This was not properly
updated when it was fixed for the new driver. This patch fixes the test
and also adjusts a missing boolean check.




More information about the All-commits mailing list