I am trying to build a local PGO build with optimization disabled (primary `-O0`, `-fno-inline`, `-fno-optimize-sibling-calls`, and get rid of `-ffvisibility-inlines-hidden`). This helps me evaluate a test execution on a temporal PGO build that generates the same data traces as a llvm build.
I ran into one linker error:
https://paste.googleplex.com/5962717573939200However, the code should be pulling in from `content/browser/profiling_utils.cc`, and the .o file presents on my local disk
```
./out/coverage/obj/content/browser/browser/profiling_utils.o
./out/coverage/obj/content/browser/browser/profiling_utils.dwo
```
Wonder how I plug that in to make the link error go away.
Thanks!
--
Arthur Wang
SWE @Browser Test Infrastructure