[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 07:11:52 PDT 2019


thakis added inline comments.


================
Comment at: compiler-rt/trunk/lib/crt/crtbegin.c:7
+//
+//===----------------------------------------------------------------------===//
+
----------------
gcc warns about this:

```
/b/swarming/w/ir/k/src/third_party/llvm/projects/compiler-rt/lib/crt/crtend.c:1:1: warning: C++ style comments are not allowed in ISO C90 [enabled by default]
```

Could we either use /**/ comments or pass -std=c99 for this file?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D28791





More information about the llvm-commits mailing list