Re: r356700 - [clang][OpenMP] Fix another test when using libgomp.

2019-03-21 Thread Roman Lebedev via cfe-commits
Thank you for the fix. I remembered of the yesterday's fix, but either forgot about it here, or incorrectly recalled this code would be relying on the yesterday's code (as in, no fix would be needed.) Roman. On Thu, Mar 21, 2019 at 10:11 PM Jordan Rupprecht via cfe-commits wrote: > > Author:

r356700 - [clang][OpenMP] Fix another test when using libgomp.

2019-03-21 Thread Jordan Rupprecht via cfe-commits
Author: rupprecht Date: Thu Mar 21 12:13:22 2019 New Revision: 356700 URL: http://llvm.org/viewvc/llvm-project?rev=356700=rev Log: [clang][OpenMP] Fix another test when using libgomp. Similarly to r356614, -fopenmp=libomp needs to be used for some omp-related AST matching. Modified: