Static libstdcxx and python (#139)

Support python + static libstdc++

[ROCm/rocprofiler-systems commit: a1dcd1bc4b]
Bu işleme şunda yer alıyor:
Jonathan R. Madsen
2022-08-28 03:56:13 -05:00
işlemeyi yapan: GitHub
ebeveyn 7ceb1e0bee
işleme f642813ad1
11 değiştirilmiş dosya ile 127 ekleme ve 57 silme
+1 -1
Dosyayı Görüntüle
@@ -93,7 +93,7 @@ class Region:
_count = Region._counter
self._active = False
if _count != self._count:
raise LogicError(
raise RuntimeError(
f"{self._label} was not popped in the order it was pushed. Current stack number: {_count}, expected stack number: {self._count}"
)
_libuser.pop_region(self._label)