[PATCH] D50089: [DWARF v4] Suppressing the __debug_ranges section when there are no ranges

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 31 12:30:39 PDT 2018


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: apple-accel.cpp:11
 
+__attribute__((section("1,__text_foo"))) void foo() {}
 int main (int argc, char const *argv[]) { return argc; }
----------------
A comment why this is necessary would be nice.


https://reviews.llvm.org/D50089





More information about the cfe-commits mailing list