[PATCH] D101849: [OpenMP][NFC] Refactor Clang OpenMP tests using update_cc_test_checks

Mike Rice via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 17 15:47:13 PDT 2021


mikerice added a comment.

> // RUN: %clang_cc1 -verify -triple x86_64-apple-darwin10 -O1 -fopenmp-simd -emit-llvm %s -o - | FileCheck %s --check-prefix=CHECK10

Is there a good reason to run this with -O1?  Doing so makes it super sensitive to which llvm passes run and now this test fails for us now with x86 as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101849



More information about the cfe-commits mailing list