[PATCH] D88243: [OpenMP] OpenMPOpt Support for Globalization Remarks
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 24 10:15:52 PDT 2020
jhuber6 added a comment.
In D88243#2293144 <https://reviews.llvm.org/D88243#2293144>, @jdoerfert wrote:
> Test?
I tested it just using the example file to see if it works. I tried just calling opt on it but it was giving me some dumb error so I figured I'd just get it set up first.
clang++ -fopenmp clang/tests/OpenMP/declare_target_codegen_globalization.cpp -Rpass=openmp-opt -Rpass-analysis=openmp-opt -S -emit-llvm -fopenmp-targets=nvptx64-nvidia-cuda -O3
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88243/new/
https://reviews.llvm.org/D88243
More information about the llvm-commits
mailing list