[PATCH] D156089: [Driver][XRay][test] Convert more tests to check 'target=...' after 016785d9316d8c5abc5fdf3cdb86479095bbb677

Lu Weining via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 24 02:30:36 PDT 2023


SixWeining added inline comments.


================
Comment at: clang/test/Driver/XRay/xray-ignore-loops-flags.cpp:5
 //
 // RUN: %clang -fxray-instrument -fxray-ignore-loops -target x86_64-linux- -### \
 // RUN:   -x c++ -emit-llvm -c -o - %s 2>&1 | FileCheck %s
----------------
`x86_64-linux` is used here, so maybe we can remove the `REQUIRES` line directly?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156089



More information about the cfe-commits mailing list