================ @@ -0,0 +1,9 @@ +// RUN: %clang --cuda-device-only -S -emit-llvm -o - %s 2>&1 | FileCheck %s ---------------- Sirraide wrote:
So see the latest comments by myself and @jhuber6 in case you missed them, but tl;dr I’m going to change these defintions to be emitted by CodeGen instead, so the new header won’t be needed anymore, and at that point I can change this back to being a -cc1 command line https://github.com/llvm/llvm-project/pull/217427 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
