m_function_name will contain a dummy name for the auto-generated function from
the python script on Linux. Check for script name first.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
That seems reasonable, yes.
In general, I wish I had done this not via two strings - only one of which gets to be valid in some arbitrary order - but via either two distinct subclasses, or at least via a pair of a string and an enum class specifying the kind.
But that is clearly beyond the scope of you fixing this test case. Your change is fine.