intel / intel-graphics-compiler

Other
606 stars 158 forks source link

Recent rebase do not have this commit in the master branch 3e7c8e95b48a4eb6637077c52ff253a37b5ea085 #153

Closed syazaath closed 3 years ago

syazaath commented 4 years ago

Hi,

I bumped in to an issue while building Yocto BSP which used this commit on meta-intel branch. 3e7c8e95b48a4eb6637077c52ff253a37b5ea085.

$ git ls-remote https://github.com/intel/intel-graphics-compiler.git | grep 3e7c8e95b48a4eb6637077c52ff253a37b5ea085 3e7c8e95b48a4eb6637077c52ff253a37b5ea085 refs/tags/igc-1.0.5176

pszymich commented 3 years ago

Hello syazaath,

I'm not sure what the problem is, could you state the issue more precisely? I certainly see the commit you mentioned on our master branch:

$ git log --oneline | grep 3e7c8e9
3e7c8e95 Minor change to quiet compiler warning. Also remove EOL spaces.
syazaath commented 3 years ago

Hi pszymich,

I think the issue appeared after it being rebased recently. But it was fixed a few days after. So, the commit appeared on the tag, but not on the master branch. I think some changes happen and the whole master got rebase with a different commit entirely.

It's all working now. :)

pszymich commented 3 years ago

Hello syazaath, Great to hear that you got it working!

Closing the issue as the author has resolved it.