[PATCH] D63256: [OpenCL] Split type and macro definitions into opencl-c-base.h

Konstantin Zhuravlyov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 21 12:58:12 PDT 2019


kzhuravl added subscribers: b-sumner, kzhuravl.
kzhuravl added a comment.

+ @b-sumner



================
Comment at: cfe/trunk/lib/Headers/opencl-c.h:13638-13640
-#ifndef ATOMIC_VAR_INIT
-#define ATOMIC_VAR_INIT(x) (x)
-#endif //ATOMIC_VAR_INIT
----------------
Any reason this piece of code got completely removed?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63256





More information about the cfe-commits mailing list