jdoerfert added a comment.

I guess you can try to use `sed` to update the tests.



================
Comment at: openmp/libomptarget/include/omptarget.h:4
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM 
Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
----------------
this got messed up


================
Comment at: openmp/libomptarget/include/omptarget.h:121
+}; 
+
 /// This struct is a record of an entry point or global. For a function
----------------
just make the type opaque for now: `struct ident_t;` We will include the 
original definition later. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87946/new/

https://reviews.llvm.org/D87946

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to