[all-commits] [llvm/llvm-project] 01ddb2: [OpenMP][NFC] Remove hard-coded line numbers from ...
Joel E. Denny via All-commits
all-commits at lists.llvm.org
Wed Jun 24 11:35:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01ddb2a7b044f697a15043e47acdb93e2825809a
https://github.com/llvm/llvm-project/commit/01ddb2a7b044f697a15043e47acdb93e2825809a
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M clang/test/OpenMP/target_map_codegen.cpp
Log Message:
-----------
[OpenMP][NFC] Remove hard-coded line numbers from test
Otherwise, it's painful to insert new code. There are many existing
examples in the same test file where the line numbers are not
hard-coded.
I intend to do the same for several other OpenMP tests, but I want to
be sure there are no objections before I spend time on it.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D82224
More information about the All-commits
mailing list